home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-11-15 | 1.3 KB | 32 lines | [TEXT/ttxt] |
- What's New in System 7 Pack V3.6
- -------------------------------
-
- • New Coerce command allows you to change the type of an AERecord.
-
- • New command ObjX lets you create special object specifiers for "any" or "all".
-
- • The Comparison commands lets you create object specifiers using a comparison such as "all rows where cell 1 contains 100".
-
- What was new in V3.5
- --------------------
-
- • The AppleScript command now requires 2 parameters. The second one should be
- a text variable which will receive the result of the script.
-
- • The new commands GetComponent and SetComponent let you find out which
- scripting language is currently active and change the default scripting language.
-
- • The command ListComponents returns a list of all available components of the
- specified type. It defaults to scripting language components, but you can also
- use it to obtain a list of various types of QuickTime or other components.
-
- • The new commands GetBoolean and PutBoolean have been added. These let you send & retrieve 4D boolean variables.
-
- • The command ResetTimer allows an AppleEvent handler in 4D 3.0.x request more
- processing time before returning a reply.
-
- • The FinderOpen command allows you to launch applications, open folders, or
- mount server volumes by sending an Open Selection event to the finder. We
- recommend using this command rather than Launch with 4D version 3.0.
-
-